Skip to main content
Version: 24.05

Create new numbers (e.g. OEN, batteryID, etc.) corresponding to BPN endpoints as batch.

Create new numbers (e.g. OEN, batteryID, etc.) corresponding to BPN endpoints as batch.

Request Body array required

The request body is expecting a list of key (type, e.g. OEN, batteryID, etc.) - value (explicit number) pairs, where this service will respond with success/error message on persistance of this key-value-pairs. The BPN is hand-over by the authentication/authorization (→ token). Only the owner of a BPN can link any number (e.g. OEN, batteryID, etc.) to his BPN.

  • type string required

    Possible values: non-empty and <= 200 characters

  • key string required

    Possible values: non-empty and <= 200 characters

Responses

key value for BPN in batch created successfully


Schema array
  • message string

    The detailed message for the creation.

  • details object

    An object with key/value pairs containing additional information exception.

  • property name* object
  • key string

    The created key.

  • status integer

    The status code

Loading...